home *** CD-ROM | disk | FTP | other *** search
/ MykoCD / CD [MykoCD].bin / MykoWeb / BH / bh.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-02-14  |  2.0 KB  |  124 lines

  1. A:LINK {
  2.     color : #0000FF;
  3. }
  4.  
  5. A:Visited {
  6.     color : Navy;
  7. }
  8.  
  9. A:Hover {
  10.     background : #FFFF00;
  11.     color : #0000FF;
  12. }
  13.  
  14. A:Active {
  15.     color : Red;
  16. }
  17.  
  18. BODY     {
  19.     background-color : #FEFEDE;
  20. }
  21.  
  22. DIV.photographer {
  23.     font-family : serif;
  24.     font-style : normal;
  25.     font-size : 75%;
  26. }
  27.  
  28. H1 {
  29.     color : #800000;
  30.     font-family : verdana, helvetica, arial, sans-serif;
  31.     font-size : 160%;
  32.     font-weight : bold;
  33. }
  34.  
  35. H2 {
  36.     color : #008080;
  37.     font-family : verdana, helvetica, arial, sans-serif;
  38.     font-size : 130%;
  39.     text-align : center;
  40.     margin-bottom : -10px;
  41. }
  42.  
  43. H3 {
  44.     color : #000080;
  45.     font-family : verdana, helvetica, arial, sans-serif;
  46.     font-size : 110%;
  47.     font-weight : normal;
  48. }
  49.  
  50. H4 {
  51.     color : Maroon;
  52.     font-family : serif;
  53.     font-size : 110%;
  54.     font-weight : normal;
  55.     margin-bottom : -15px;
  56. }
  57.  
  58. LI.listitem {
  59.     font-family : verdana, helvetica, arial, sans-serif;
  60.     font-size : 105%;
  61.     padding-bottom : 2px;
  62. }
  63.  
  64. LI.taxyref{
  65.     padding-bottom : 5px;
  66. }
  67.  
  68. P {
  69.     font-family : "Times New Roman", times, serif;
  70.     font-style : normal;
  71. }
  72.  
  73. P.footer {
  74.     font-family : verdana, helvetica, arial, sans-serif;
  75.     font-size : 60%;
  76. }
  77.  
  78.  
  79. SPAN.li1 {
  80.     font-family : verdana, helvetica, arial, sans-serif;
  81. }
  82.  
  83. SPAN.mykoweb {
  84.     color : #660000;
  85.     font-family : serif;
  86.     font-size : 100%;
  87.     font-weight : bold;
  88. }
  89.  
  90. SPAN.ss60 {
  91.     font-family : verdana, helvetica, arial, sans-serif;
  92.     font-size : 60%;
  93. }
  94.  
  95. SPAN.ss110 {
  96.     font-family : verdana, helvetica, arial, sans-serif;
  97.     font-size : 110%;
  98. }
  99. SPAN.species {
  100.     font-family : verdana, helvetica, arial, sans-serif;
  101.     font-size : 105%;
  102.     font-style: italic;
  103.     color: #B22222;
  104. }
  105. SPAN.listitem {
  106.     font-family : verdana, helvetica, arial, sans-serif;
  107.     font-size : 105%;
  108.     padding-bottom : 2px;
  109. }
  110. TH {
  111.     background-color : #FFEBCD;
  112.     color : #483D8B;
  113.     font-family: sans-serif;
  114.     font: verdana, helvetica, arial;
  115.     font-size : 110%;
  116. }
  117.  
  118. TD {
  119.     background-color: #FEFEDE;
  120.     color : #000000;
  121.     font-family: sans-serif;
  122.     font: verdana, helvetica, arial;
  123. }
  124.